﻿Touch Driver for Windows 2000/XP/Vista/7/8/8.1/10/11

If you are running Windows 7 or Windows 2008 Server R2, please do the follow the steps below:

Step1. Ensure that the platform is upgraded to at least Service Pack 1

Step2. Install the appropriate Windows KB update for your operating system

Setp3. You can download the KB’s from links below:

https://www.catalog.update.microsoft.com/Search.aspx?q=4474419

;************************************************************
;**               command line touch utility               **
;************************************************************

Open command line touch utility
1. Open the Command Prompt with Administrative Privileges
2. Open touch utility
c:\Program Files\Touch Package\Setparams.exe

or

Usage: Setparams [options] [command] [value]

options:
D<1, 2...> [command] [value]       (setting by device number)
S<1, 2...> [command] [value]       (setting by screen number)
C<1, 2...> [command] [value]       (setting by COM port number)
ALL [command] [value]              (setting all touch devices)
--path="<location path>" [command] [value]       (setting by location path)
--query                            (query device information)
--double-click-speed <200~900>       (Mouse Double Click Speed)
--double-click-area  <10~60>       (Mouse Double Click Area)

command and values(resistive touch screen):
-b, --beep <0,1,2,3>                     (Beep On 0:disable, 1:down, 2:up, 3:down-and-up)
-p, --play <0,1,2>                       (Play Method 0:disable, 1:buzzer, 2:media)
-f, --freq <500~3000>                    (Sound Frequency)
-e, --dura <20~50>                       (Sound Duration)
-h, --digitizer <1,0>                    (Digitizer Mode 1:digitizer 0:mouse)
-i, --auto-set-hid <1,0>                 (auto set HID mode to digitizer 1:enable 0:disable)
-c, --touch-mode <1,2>                   (Mouse Report Mode 1:draw mode 2:button mode)
-r, --disable-right-click <1,0>          (Mouse Auto Right-Click 0:Enable Right-Click, 1:Disable Right-Click)
-a, --right-click-time <500~4000>        (Mouse Auto Right-Click Time)
-t, --disable-report <1,0>               (disable report 1:disable report 0:enable report)
-g, --edge-right <0~500>                 (Edge Compensation of Right)
-l, --edge-left <0~500>                  (Edge Compensation of Left)
-q, --edge-bottom <0~500>                (Edge Compensation of Bottom)
-u, --edge-up <0~500>                    (Edge Compensation of Up)

example:

Set all device to digitizer

c:\Program Files\Touch Package\Setparams.exe ALL -h 1

or

c:\Program Files\Touch Package\Setparams.exe ALL --digitizer 1

;************************************************************
Set device 1 to digitizer

c:\Program Files\Touch Package\Setparams.exe D1 -h 1

or

c:\Program Files\Touch Package\Setparams.exe D1 --digitizer 1

;************************************************************
Set screen 1 to digitizer

c:\Program Files\Touch Package\Setparams.exe S1 -h 1

or

c:\Program Files\Touch Package\Setparams.exe S1 --digitizer 1

;************************************************************
Set COM1 to button mode

c:\Program Files\Touch Package\Setparams.exe C1 -c 2

or

c:\Program Files\Touch Package\Setparams.exe C1 --touch-mode 2

;************************************************************
;**                  Resistive touch screen                **
;************************************************************

***********************Usage: **********************************
** DisableReport Dx n
** D=Device Number
** x=1, 2...
** n=0:Enable Report 1:Disable Report

** DisableReport Sx n
** D=Screen Number
** x=1, 2...
** n=0:Enable Report 1:Disable Report

** DisableReport Cx n
** C=COM Port Number
** x=1, 2...
** n=0:Enable Report 1:Disable Report

** DisableReport --path="<Location path>" n
** path=Location path
** n=0:Enable Report 1:Disable Report

** DisableReport --query
** --query     get available devices information
****************************************************************
example1: 
disable device 1
c:\Program Files\Touch Package\DisableReport.exe D1 1

enbale device 1
c:\Program Files\Touch Package\DisableReport.exe D1 0

example2:
disable screen 1
c:\Program Files\Touch Package\DisableReport.exe S1 1

enable screen 1
c:\Program Files\Touch Package\DisableReport.exe S1 0

example3:
disable COM1
c:\Program Files\Touch Package\DisableReport.exe C1 1

enable COM1
c:\Program Files\Touch Package\DisableReport.exe C1 0

example4:
disable report by Location path.
DisableReport --path="SERPANEL4" 1

enable report by Location path.
DisableReport --path="SERPANEL4" 0

example5:
get location path.
c:\Program Files\Touch Package\DisableReport --query

;************************************************************
;**                      Silent instaall                   **
;************************************************************
xxx_Setup_x.x.x.x.exe /VERYSILENT /NORESTART /NOCANCEL /SUPPRESSMSGBOXES /SP-
